perm filename ITREV.VLI[VLI,LSP] blob sn#382000 filedate 1978-09-08 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	(de rev (x)
C00003 ENDMK
CāŠ—;
(de rev (x)
  (let ((x x) (y))
	(if (null x) y
	    (self (cdr x) (cons (car x) y)))))))